Credit points to a user
POST/points/:entityType/:userID
This endpoint returns all points
Request
Path Parameters
userID stringrequired
The user ID of the user to get points for
entityType stringrequired
Possible values: [user
, group
]
The entity type of the user to get points for
- application/json
Body
value integerrequired
the number of points to credit
reason stringrequired
the reason for crediting the points
Responses
- 200
A list of points
- application/json
- Schema
Schema
string
Loading...